Skip to content

thread manager 软件包#1985

Merged
Rbb666 merged 3 commits intoRT-Thread:masterfrom
Bluetooth-BLE:thread_manager
Apr 11, 2026
Merged

thread manager 软件包#1985
Rbb666 merged 3 commits intoRT-Thread:masterfrom
Bluetooth-BLE:thread_manager

Conversation

@sillysg5110
Copy link
Copy Markdown
Contributor

Thread Manager 是面向 RT-Thread 的软件包,用于协调多个应用线程:管理线程负责启动/退出同步;每个任务拥有私有 mailbox(邮箱) 及可选的 内存池 承载消息;链接期消息注册表按三元组 (subscriber_task_id, publisher_task_id, msg_id) 路由回调。支持交叉订阅:当发布者任务分发自己发出的消息时,框架可将副本转发给其他订阅者,并保留消息头中的 head.publisher_task。

@Rbb666 Rbb666 closed this Apr 10, 2026
@Rbb666 Rbb666 reopened this Apr 10, 2026
@Rbb666 Rbb666 merged commit 5f2a5d5 into RT-Thread:master Apr 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants